GtkTextView: Preserve the cairo context around draw_layer
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 Aug 2014 13:14:22 +0000 (09:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Aug 2014 13:18:08 +0000 (09:18 -0400)
commit7d55355d4d4dc17b6db6c5bb225a253dec83c14c
treeeceb0e6128952d23ac1f61eed9f3dcd701f6ed03
parent7450277708e23a54ae97959a4fda675edf902f49
GtkTextView: Preserve the cairo context around draw_layer

Otherwise, draw_layer might unintentionally wreak havoc on the
regular drawing that happens between the two draw_layer calls.
gtk/gtktextview.c